mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
RUNTOOMS
This commit is contained in:
@@ -105,7 +105,10 @@ var/global/list/blood_list = list()
|
||||
perp.track_blood = max(amount,perp.track_blood) //Or feet
|
||||
if(!perp.feet_blood_DNA)
|
||||
perp.feet_blood_DNA = list()
|
||||
perp.feet_blood_DNA |= blood_DNA.Copy()
|
||||
if(!istype(blood_DNA, /list))
|
||||
blood_DNA = list()
|
||||
else
|
||||
perp.feet_blood_DNA |= blood_DNA.Copy()
|
||||
perp.feet_blood_color=basecolor
|
||||
|
||||
amount--
|
||||
|
||||
@@ -156,6 +156,7 @@
|
||||
user.visible_message("<span class='notice'>[user] finishes installing plating to \the [src]</span>", \
|
||||
"<span class='notice'>You finish installing plating to \the [src]</span>")
|
||||
var/turf/Tsrc = get_turf(src)
|
||||
if(!istype(Tsrc)) return 0
|
||||
var/turf/simulated/wall/X = Tsrc.ChangeTurf(/turf/simulated/wall)
|
||||
if(X)
|
||||
X.add_hiddenprint(user)
|
||||
|
||||
Reference in New Issue
Block a user