mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Merge pull request #8213 from 9600bauds/sanitygonerogue
Fixes Centrifuge not working
This commit is contained in:
@@ -1891,7 +1891,7 @@ USE THIS CHEMISTRY DISPENSER FOR MAPS SO THEY START AT 100 ENERGY
|
||||
set category = "Object"
|
||||
set src in view(1)
|
||||
|
||||
if(!usr.incapacitated() && Adjacent(usr) && usr.dexterity_check()) // Don't use it if you're not able to! Checks for stuns, ghost and restrain
|
||||
if(usr.incapacitated() || !Adjacent(usr)) // Don't use it if you're not able to! Checks for stuns, ghost and restrain
|
||||
return
|
||||
|
||||
if(!cans || !beaker)
|
||||
|
||||
Reference in New Issue
Block a user