mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Replaced 0 for container_type with NONE define
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
..()
|
||||
if(!iscyborg(user))
|
||||
reagents.maximum_volume = 0 //Makes them useless afterwards
|
||||
container_type = 0
|
||||
container_type = NONE
|
||||
update_icon()
|
||||
spawn(80)
|
||||
if(iscyborg(user) && !reagents.total_volume)
|
||||
|
||||
Reference in New Issue
Block a user