mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
- Resist button on the UI now works properly...
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3746 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -252,6 +252,11 @@
|
||||
var/mob/living/carbon/human/H = usr
|
||||
H.equip_to_appropriate_slot(I)
|
||||
|
||||
if("resist")
|
||||
if(isliving(usr))
|
||||
var/mob/living/L = usr
|
||||
L.resist()
|
||||
|
||||
if("maprefresh")
|
||||
var/obj/machinery/computer/security/seccomp = usr.machine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user