mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 15:15:32 +01:00
Merge pull request #15504 from TheGreatKitsune/killing-debug-message
Removing a to_world debug message
This commit is contained in:
@@ -107,7 +107,6 @@
|
||||
M.real_name = generateCorpseName()
|
||||
M.set_stat(DEAD) //Kills the new mob
|
||||
if(corpsesynthtype > 0)
|
||||
to_world("Synth")
|
||||
if(!corpsesynthbrand)
|
||||
corpsesynthbrand = "Unbranded"
|
||||
for(var/obj/item/organ/external/O in M.organs)
|
||||
@@ -250,4 +249,4 @@
|
||||
corpsehelmet = /obj/item/clothing/head/bearpelt
|
||||
|
||||
/obj/effect/landmark/mobcorpse/russian/ranged
|
||||
corpsehelmet = /obj/item/clothing/head/ushanka
|
||||
corpsehelmet = /obj/item/clothing/head/ushanka
|
||||
|
||||
Reference in New Issue
Block a user