mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 22:22:09 +00:00
@@ -131,7 +131,7 @@
|
|||||||
return
|
return
|
||||||
|
|
||||||
var/turf/simulated/location = loc
|
var/turf/simulated/location = loc
|
||||||
ASSERT(istype(location))
|
if(!istype(location)) return//returns if loc is not simulated
|
||||||
|
|
||||||
var/datum/gas_mixture/environment = location.return_air()
|
var/datum/gas_mixture/environment = location.return_air()
|
||||||
var/partial_pressure = R_IDEAL_GAS_EQUATION*environment.temperature/environment.volume
|
var/partial_pressure = R_IDEAL_GAS_EQUATION*environment.temperature/environment.volume
|
||||||
|
|||||||
@@ -111,8 +111,7 @@
|
|||||||
|
|
||||||
|
|
||||||
/obj/mecha/working/ripley/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
/obj/mecha/working/ripley/attackby(obj/item/weapon/W as obj, mob/user as mob)
|
||||||
|
if(istype(W, /obj/item/weapon/fluff/sven_fjeltson_1))//this shit broke ripleys
|
||||||
if(istype(W, /obj/item/weapon/fluff/sven_fjeltson_1))
|
|
||||||
src.icon_state = "earth"
|
src.icon_state = "earth"
|
||||||
src.initial_icon = "earth"
|
src.initial_icon = "earth"
|
||||||
src.name = "APLU \"Strike the Earth!\""
|
src.name = "APLU \"Strike the Earth!\""
|
||||||
@@ -121,3 +120,5 @@
|
|||||||
user.drop_item()
|
user.drop_item()
|
||||||
del(W)
|
del(W)
|
||||||
return
|
return
|
||||||
|
else
|
||||||
|
..()
|
||||||
|
|||||||
Reference in New Issue
Block a user