mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 16:38:22 +01:00
OpenDream linting (#16468)
* I wanna set the universe on fire * dfsaaf * setup * dir issue? * dsf * Perhaps the script * saf * cry * pain * sdfas * Try reintroduction of tag-matcher * Failed * Tries to suppress dotnet compile warnings * Like this maybe? * woopsie * Damn pathings * Hate * Pragmas * unlint? * Maybe? * GDI * Redundant ifdef removed and changelog * Did I forgot the tag matcher, or it was still broken? * Yea no that script is still broken * Removed tag-matcher as requested * *sigh* * test * bro what? * hope * just fixing the input * Let's see if we catch it...
This commit is contained in:
@@ -156,7 +156,7 @@ By design, d1 is the smallest direction and d2 is the highest
|
||||
|
||||
for(var/mob/O in viewers(src, null))
|
||||
O.show_message(SPAN_WARNING("[user] cuts the cable."), 1)
|
||||
playsound(src.loc, 'sound/items/wirecutter.ogg', 50, 1)
|
||||
playsound(src.loc, 'sound/items/Wirecutter.ogg', 50, 1)
|
||||
|
||||
if(d1 == 11 || d2 == 11)
|
||||
var/turf/turf = GetBelow(src)
|
||||
@@ -605,7 +605,7 @@ By design, d1 is the smallest direction and d2 is the highest
|
||||
)
|
||||
affecting.heal_damage(burn = 15, robo_repair = TRUE)
|
||||
user.visible_message(SPAN_NOTICE("\The [user] [pick(repair_messages)] in [target]'s [affecting.name] with \the [src]."))
|
||||
playsound(target, 'sound/items/wirecutter.ogg', 15)
|
||||
playsound(target, 'sound/items/Wirecutter.ogg', 15)
|
||||
repair_organ(user, target, affecting)
|
||||
else
|
||||
to_chat(user, SPAN_WARNING("You don't have enough cable for this!"))
|
||||
@@ -1043,7 +1043,7 @@ By design, d1 is the smallest direction and d2 is the highest
|
||||
/obj/structure/noose/attackby(obj/item/I, mob/user, params)
|
||||
if(I.iswirecutter())
|
||||
user.visible_message("<b>[user]</b> cuts \the [src].", SPAN_NOTICE("You cut \the [src]."))
|
||||
playsound(src.loc, 'sound/items/wirecutter.ogg', 50, 1)
|
||||
playsound(src.loc, 'sound/items/Wirecutter.ogg', 50, 1)
|
||||
if(istype(buckled, /mob/living))
|
||||
var/mob/living/M = buckled
|
||||
M.visible_message(SPAN_DANGER("[M] falls over and hits the ground!"),\
|
||||
|
||||
Reference in New Issue
Block a user