Resolved conflicts:

code/modules/mob/mob.dm
This commit is contained in:
ikarrus
2014-06-13 09:04:30 -06:00
83 changed files with 5768 additions and 5291 deletions
@@ -197,7 +197,7 @@
New()
..()
sleep(2)
new /obj/item/clothing/under/det(src)
new /obj/item/clothing/under/rank/det(src)
new /obj/item/clothing/suit/det_suit(src)
new /obj/item/clothing/gloves/black(src)
new /obj/item/clothing/head/det_hat(src)
-4
View File
@@ -240,10 +240,6 @@
return
else
if(!isemptylist(src.search_contents_for(/obj/item/weapon/disk/nuclear)))
usr << "You get the feeling that you shouldn't cremate one of the items in the cremator."
return
for (var/mob/M in viewers(src))
M.show_message("\red You hear a roar as the crematorium activates.", 1)