mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Removes a debug world <<
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
var/initialhealth = health
|
||||
|
||||
if(silicate)
|
||||
world << "[silicate] silicate, damage is reduced from [damage] to [round(damage * (1 - silicate / 200))]"
|
||||
damage = damage * (1 - silicate / 200)
|
||||
|
||||
health = max(0, health - damage)
|
||||
|
||||
Reference in New Issue
Block a user