mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Code review fixes
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
return
|
||||
if(istype(O, /obj/item/extinguisher))
|
||||
if(!has_extinguisher && opened)
|
||||
if((O.flags & NODROP) || (flags & NODROP))
|
||||
if(!user.drop_item())
|
||||
return
|
||||
user.drop_item(O)
|
||||
contents += O
|
||||
|
||||
Reference in New Issue
Block a user