mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
@@ -109,6 +109,9 @@ var/list/alldepartments = list("Central Command")
|
||||
|
||||
if(href_list["remove"])
|
||||
if(tofax)
|
||||
if(!ishuman(usr))
|
||||
usr << "<span class='warning'>You can't do it.</span>"
|
||||
else
|
||||
tofax.loc = usr.loc
|
||||
usr.put_in_hands(tofax)
|
||||
usr << "<span class='notice'>You take the paper out of \the [src].</span>"
|
||||
|
||||
@@ -423,6 +423,8 @@
|
||||
set desc = "Flips a non-reinforced table"
|
||||
set category = "Object"
|
||||
set src in oview(1)
|
||||
if(ismouse(usr))
|
||||
return
|
||||
if (!can_touch(usr))
|
||||
return
|
||||
if(!flip(get_cardinal_dir(usr,src)))
|
||||
|
||||
@@ -869,8 +869,8 @@ obj/item/weapon/organ/head/New(loc, mob/living/carbon/human/H)
|
||||
|
||||
H.regenerate_icons()
|
||||
|
||||
H.stat = 2
|
||||
H.death()
|
||||
brainmob.stat = 2
|
||||
brainmob.death()
|
||||
|
||||
obj/item/weapon/organ/head/proc/transfer_identity(var/mob/living/carbon/human/H)//Same deal as the regular brain proc. Used for human-->head
|
||||
brainmob = new(src)
|
||||
|
||||
Reference in New Issue
Block a user