mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
BRUTAL Part 1 - No proc var/ in procs
This commit is contained in:
@@ -3546,7 +3546,7 @@
|
||||
popup.set_content(dat)
|
||||
popup.open(FALSE)
|
||||
|
||||
/client/proc/create_eventmob_for(var/mob/living/carbon/human/H, var/killthem = 0)
|
||||
/client/proc/create_eventmob_for(mob/living/carbon/human/H, killthem = 0)
|
||||
if(!check_rights(R_EVENT))
|
||||
return
|
||||
var/admin_outfits = subtypesof(/datum/outfit/admin)
|
||||
@@ -3606,7 +3606,7 @@
|
||||
tatorhud.join_hud(hunter_mob)
|
||||
set_antag_hud(hunter_mob, "hudsyndicate")
|
||||
|
||||
/proc/admin_jump_link(var/atom/target)
|
||||
/proc/admin_jump_link(atom/target)
|
||||
if(!target) return
|
||||
// The way admin jump links handle their src is weirdly inconsistent...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user