mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
powder that makes you say yes
This commit is contained in:
@@ -732,11 +732,7 @@ Note that amputating the affected organ does in fact remove the infection from t
|
|||||||
|
|
||||||
for(var/datum/wound/W in wounds)
|
for(var/datum/wound/W in wounds)
|
||||||
// wounds can disappear after 10 minutes at the earliest
|
// wounds can disappear after 10 minutes at the earliest
|
||||||
<<<<<<< HEAD
|
|
||||||
if(W.damage <= 0 && W.created + 10 * 10 * 60 <= world.time)
|
|
||||||
=======
|
|
||||||
if(W.damage <= 0 && W.created + 10 MINUTES <= world.time)
|
if(W.damage <= 0 && W.created + 10 MINUTES <= world.time)
|
||||||
>>>>>>> e1ed0044bb... Merge pull request #13698 from Heroman3003/woundfix
|
|
||||||
wounds -= W
|
wounds -= W
|
||||||
continue
|
continue
|
||||||
// let the GC handle the deletion of the wound
|
// let the GC handle the deletion of the wound
|
||||||
|
|||||||
Reference in New Issue
Block a user