mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +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:
@@ -433,7 +433,7 @@
|
||||
installed_cell.forceMove(src)
|
||||
update_stats()
|
||||
update_icon()
|
||||
playsound(src,'sound/items/wirecutter.ogg', 50, 0)
|
||||
playsound(src,'sound/items/Wirecutter.ogg', 50, 0)
|
||||
return TRUE
|
||||
else if(istype(I,/obj/item/custom_ka_upgrade/barrels))
|
||||
if(!installed_cell)
|
||||
@@ -447,7 +447,7 @@
|
||||
installed_barrel.forceMove(src)
|
||||
update_stats()
|
||||
update_icon()
|
||||
playsound(src,'sound/items/wirecutter.ogg', 50, 0)
|
||||
playsound(src,'sound/items/Wirecutter.ogg', 50, 0)
|
||||
return TRUE
|
||||
else if(istype(I,/obj/item/custom_ka_upgrade/upgrade_chips))
|
||||
if(!installed_cell || !installed_barrel)
|
||||
@@ -465,7 +465,7 @@
|
||||
installed_upgrade_chip.forceMove(src)
|
||||
update_stats()
|
||||
update_icon()
|
||||
playsound(src,'sound/items/wirecutter.ogg', 50, 0)
|
||||
playsound(src,'sound/items/Wirecutter.ogg', 50, 0)
|
||||
return TRUE
|
||||
|
||||
if(installed_cell)
|
||||
|
||||
Reference in New Issue
Block a user