mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Krausus proc/isSSD change
This commit is contained in:
@@ -34,12 +34,8 @@
|
||||
return 1
|
||||
return 0
|
||||
|
||||
proc/isSSD(A)
|
||||
if(istype(A, /mob))
|
||||
var/mob/M = A
|
||||
if(M.player_logged)
|
||||
return 1
|
||||
return 0
|
||||
proc/isSSD(mob/M)
|
||||
return istype(M) && M.player_logged
|
||||
|
||||
proc/isAntag(A)
|
||||
if(istype(A, /mob/living/carbon))
|
||||
|
||||
Reference in New Issue
Block a user