mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Cleaning up files and UltraLight, added some BS12 files, and fixes sprite issues.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
density = 1
|
||||
anchored = 0
|
||||
|
||||
ul_Red = 5
|
||||
ul_Green = 6
|
||||
LuminosityRed = 4
|
||||
LuminosityGreen = 6
|
||||
|
||||
var/gasefficency = 0.25
|
||||
|
||||
|
||||
@@ -33,8 +33,9 @@
|
||||
else if (cig.lit == 0)
|
||||
user << "You place a [cig] in [src] without even smoking it. Why would you do that?"
|
||||
else if (cig.lit == -1)
|
||||
src.visible_message("[user] places a [cig] in the [src],.")
|
||||
user.update_clothing()
|
||||
src.visible_message("[user] places a [cig] in the [src].")
|
||||
user.update_inv_l_hand()
|
||||
user.update_inv_r_hand()
|
||||
add_fingerprint(user)
|
||||
if (contents.len == max_butts)
|
||||
icon_state = icon_full
|
||||
|
||||
Reference in New Issue
Block a user