mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
BRUTAL Part 1 - No proc var/ in procs
This commit is contained in:
@@ -944,7 +944,7 @@
|
||||
actions_types = list(/datum/action/item_action/toggle)
|
||||
suit_adjusted = 0
|
||||
|
||||
/obj/item/clothing/suit/storage/fluff/k3_webbing/adjustsuit(var/mob/user)
|
||||
/obj/item/clothing/suit/storage/fluff/k3_webbing/adjustsuit(mob/user)
|
||||
if(!user.incapacitated())
|
||||
var/flavour
|
||||
if(suit_adjusted)
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
qdel(query)
|
||||
|
||||
// This is hacky, but since it's difficult as fuck to make a proper parser in BYOND without killing the server, here it is. - N3X
|
||||
/proc/HackProperties(var/mob/living/carbon/human/M,var/obj/item/I,var/script)
|
||||
/proc/HackProperties(mob/living/carbon/human/M, obj/item/I, script)
|
||||
var/list/statements = splittext(script,";")
|
||||
if(statements.len == 0)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user