mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 23:59:40 +01:00
Merge branch 'master' of https://github.com/PolarisSS13/Polaris into rings
This commit is contained in:
@@ -81,7 +81,17 @@
|
||||
"Sagan",
|
||||
"Tyson",
|
||||
"Galilei",
|
||||
"Jans",
|
||||
"Fhriede",
|
||||
"Franklin",
|
||||
"Tesla",
|
||||
"Curie",
|
||||
"Darwin",
|
||||
"Newton",
|
||||
"Pasteur",
|
||||
"Bell",
|
||||
"Mendel",
|
||||
"Kepler",
|
||||
"Edision",
|
||||
"Cavendish",
|
||||
"Nye",
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
Z << "<B>You are still bound to serve your creator, follow their orders and help them complete their goals at all costs.</B>"
|
||||
Z.cancel_camera()
|
||||
qdel(src)
|
||||
/obj/item/device/soulstone/proc/transfer_soul(var/choice as text, var/target, var/mob/U as mob).
|
||||
/obj/item/device/soulstone/proc/transfer_soul(var/choice as text, var/target, var/mob/U as mob)
|
||||
switch(choice)
|
||||
if("VICTIM")
|
||||
transfer_human(target,U)
|
||||
|
||||
@@ -112,6 +112,8 @@
|
||||
user << "<span class='notice'>You set the label to \"[tmp_label]\".</span>"
|
||||
label_text = tmp_label
|
||||
update_name_label()
|
||||
if(istype(W,/obj/item/weapon/storage/bag))
|
||||
..()
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/proc/update_name_label()
|
||||
if(label_text == "")
|
||||
|
||||
Reference in New Issue
Block a user