Skip to content

Commit 0b9e1e9

Browse files
WisemonsterTractor-MaamLikeLakers2
authored
Renames plasmaflood license to murderbone (#5387)
## About The Pull Request Renames License to Plasmaflood to License to Murderbone. ## Why It's Good For The Game ![Screenshot 2_9_2025 12_34_22 PM](https://github.com/user-attachments/assets/70e017a6-8b3d-4cd4-b796-b8a89fb2963c) ## Changelog :cl: balance: License to Plasmaflood has been rebranded to License to Murderbone /:cl: --------- Co-authored-by: Tractor Mann <[email protected]> Co-authored-by: MichiRecRoom <[email protected]>
1 parent b9a70b3 commit 0b9e1e9

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

monkestation/code/game/objects/items/plasma_license.dm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/obj/item/card/plasma_license
2-
name = "License to Plasmaflood"
3-
desc = "A charred contract letting the holder plasmaflood the halls. Not offically recognized by Nanotrasen."
2+
name = "License to Murderbone"
3+
desc = "A charred contract letting the holder kill everyone they meet. Not offically recognized by Nanotrasen."
44
icon = 'monkestation/icons/obj/items/plasmalicense.dmi'
55
icon_state = "plasmalicense"
66
resistance_flags = FIRE_PROOF
@@ -14,7 +14,7 @@
1414

1515
/obj/item/card/plasma_license/Initialize(mapload)
1616
. = ..()
17-
message_admins("A plasmaflood license has been created.")
17+
message_admins("A murderbone license has been created.")
1818

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

3636
if(user.mind != owner)

monkestation/code/modules/uplink/uplink_items/misc.dm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
cost = 2
3030

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

0 commit comments

Comments
 (0)