mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Fixes snacks.dm runtime and monkey bug
This commit is contained in:
@@ -1255,6 +1255,8 @@
|
||||
else
|
||||
log_game("Cube ([monkey_type]) inflated, last touched by: NO_DATA")
|
||||
var/mob/living/carbon/human/creature = new /mob/living/carbon/human(get_turf(src))
|
||||
if(!fingerprintshidden)
|
||||
fingerprintshidden = list()
|
||||
if(fingerprintshidden.len)
|
||||
creature.fingerprintshidden = fingerprintshidden.Copy()
|
||||
creature.set_species(monkey_type)
|
||||
|
||||
Reference in New Issue
Block a user