mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
APC screwdriving bug fixed.
Experimental: welding helmet nerf. It now reduces view range. For now this feature is globally turned off by default. Admins in game can turn it on if they like it. See "debug" tab. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@897 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -261,7 +261,7 @@
|
||||
W.loc = src
|
||||
cell = W
|
||||
user.visible_message(\
|
||||
"\red [user.name] has inserted the power cell. to [src.name]!",\
|
||||
"\red [user.name] has inserted the power cell to [src.name]!",\
|
||||
"You insert the power cell.")
|
||||
chargecount = 0
|
||||
updateicon()
|
||||
@@ -271,7 +271,7 @@
|
||||
user << "\red Close the APC first." //Less hints more mystery!
|
||||
return
|
||||
else
|
||||
if (has_electronics==1)
|
||||
if (has_electronics==1 && terminal)
|
||||
has_electronics = 2
|
||||
stat &= ~MAINT
|
||||
playsound(src.loc, 'Screwdriver.ogg', 50, 1)
|
||||
|
||||
Reference in New Issue
Block a user