Revert breakable objects for now. (#32234)

* revert

* why didn't this get reverted?
This commit is contained in:
ShiftyRail
2022-03-15 22:42:00 +00:00
committed by GitHub
parent e9958264de
commit 6f20e1f4be
73 changed files with 628 additions and 582 deletions

View File

@@ -15,7 +15,7 @@
var/large = 1
var/pick_up_stuff = 1 // Pick up things that spawn at this location.
var/wall_mounted = 0 //never solid (You can always pass over it)
health = 100
var/health = 100
var/lastbang
var/storage_capacity = 30 //This is so that someone can't pack hundreds of items in a locker/crate
//then open it in a populated area to crash clients.