Skip to content

Renames plasmaflood license to murderbone #5387

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions monkestation/code/game/objects/items/plasma_license.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/item/card/plasma_license
name = "License to Plasmaflood"
desc = "A charred contract letting the holder plasmaflood the halls. Not offically recognized by Nanotrasen."
name = "License to Murderbone"
desc = "A charred contract letting the holder kill everyone they want. Not offically recognized by Nanotrasen."
icon = 'monkestation/icons/obj/items/plasmalicense.dmi'
icon_state = "plasmalicense"
resistance_flags = FIRE_PROOF
Expand All @@ -14,7 +14,7 @@

/obj/item/card/plasma_license/Initialize(mapload)
. = ..()
message_admins("A plasmaflood license has been created.")
message_admins("A murderbone license has been created.")

/obj/item/card/plasma_license/examine(mob/user)
. = ..()
Expand All @@ -29,8 +29,8 @@
return
to_chat(user, span_notice("You sign your name at the bottom of the [src]."))
owner = user.mind
message_admins("A License to Plasmaflood has been signed by [owner].")
investigate_log("A License to Plasmaflood by [key_name(user)]", INVESTIGATE_ATMOS)
message_admins("A License to Murderbone has been signed by [owner].")
investigate_log("A License to Murderbone by [key_name(user)]", INVESTIGATE_ATMOS)
return

if(user.mind != owner)
Expand Down
4 changes: 2 additions & 2 deletions monkestation/code/modules/uplink/uplink_items/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
cost = 2

/datum/uplink_item/device_tools/plasma_license
name = "License to Plasmaflood"
name = "License to Murderbone"
desc = "A contract abusing a loophole founud by plasmamen to invade halls with harmful gases \
without repricution or warning, garnering no attention from any higher powers. \
Has to be signed by purchaser to be consider valid."
Has to be signed by purchaser to be considered valid."
purchasable_from = ~(UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS)
item = /obj/item/card/plasma_license
cost = 20
Loading