Reduce malf ticker time, update fire damage, fix breathing

This commit is contained in:
Markolie
2015-02-28 15:44:43 +01:00
parent 42935580da
commit a735e6855c
4 changed files with 12 additions and 7 deletions
+4 -3
View File
@@ -72,10 +72,11 @@
desc = "A display case for the captain's antique laser gun. It taunts you to kick it."
/obj/structure/displaycase/captains_laser/New()
req_access = list(access_captain)
occupant = new /obj/item/weapon/gun/energy/laser/captain(src)
req_access = list(access_captain)
locked = 1
update_icon()
spawn(5)
occupant = new /obj/item/weapon/gun/energy/laser/captain(src)
update_icon()
/obj/structure/proc/getPrint(mob/user as mob)
return md5(user:dna:uni_identity)