mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Slimes split from a killed adult can understand humans. (#366)
Conflicts: code/modules/mob/living/carbon/metroid/death.dm html/changelog.html
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
// ghostize()
|
||||
var/mob/living/carbon/slime/M1 = new primarytype(loc)
|
||||
M1.rabid = 1
|
||||
M1.universal_speak = universal_speak
|
||||
if(src.mind)
|
||||
src.mind.transfer_to(M1)
|
||||
else
|
||||
M1.key = src.key
|
||||
var/mob/living/carbon/slime/M2 = new primarytype(loc)
|
||||
M2.rabid = 1
|
||||
if(src) del(src)
|
||||
@@ -16,7 +21,8 @@
|
||||
O.show_message("<b>The [name]</b> seizes up and falls limp...", 1) //ded -- Urist
|
||||
|
||||
update_canmove()
|
||||
if(blind) blind.layer = 0
|
||||
if(blind)
|
||||
blind.layer = 0
|
||||
|
||||
ticker.mode.check_win()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user