File tree 2 files changed +9
-9
lines changed
modules/uplink/uplink_items
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
/ 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."
4
4
icon = ' monkestation/icons/obj/items/plasmalicense.dmi'
5
5
icon_state = " plasmalicense"
6
6
resistance_flags = FIRE_PROOF
14
14
15
15
/ obj / item/ card/ plasma_license/ Initialize(mapload)
16
16
. = .. ()
17
- message_admins (" A plasmaflood license has been created." )
17
+ message_admins (" A murderbone license has been created." )
18
18
19
19
/ obj / item/ card/ plasma_license/ examine( mob / user)
20
20
. = .. ()
29
29
return
30
30
to_chat (user, span_notice(" You sign your name at the bottom of the [ src ] ." ))
31
31
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 )
34
34
return
35
35
36
36
if (user. mind != owner)
Original file line number Diff line number Diff line change 29
29
cost = 2
30
30
31
31
/ 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."
36
36
purchasable_from = ~ (UPLINK_NUKE_OPS | UPLINK_CLOWN_OPS )
37
37
item = / obj / item/ card/ plasma_license
38
38
cost = 20
You can’t perform that action at this time.
0 commit comments